@charset "UTF-8";

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.justify {
  text-align: justify;
}

.justify>span,
.justify>i {
  display: inline-block;
  padding-left: 100%;
}

.week {
  margin-left: 5px;
}

.weather {
  margin-left: 10px;
}

.required {
  position: relative;
}

.required:after {
  position: absolute;
  content: '*';
  font-size: 16px;
  color: #dc0a05;
  left: -10px;
}

.ellipsis-2 {
  display: -webkit-box;
  /*将对象作为弹性伸缩盒子模型显示*/
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.scroll-y {
  overflow-y: auto !important;
}

.scroll-x {
  overflow-x: auto !important;
}

.scroll::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 7px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px;
}

.scroll::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(223, 0, 0, 0.2);
  background: rgba(223, 0, 0, 0.2);
}

.scroll::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(223, 0, 0, 0.2);
  border-radius: 7px;
  background: #ededed;
}

/* 滚动条交互点 */
.scroll::-webkit-scrollbar-corner {
  background-color: transparent;
}

.common-bread-tool {
  position: relative;
  height: 48px;
  line-height: 48px;
}

.common-bread-tool .layui-breadcrumb>a {
  font-size: 16px;
  color: #666666 !important;
}

.common-bread-tool .layui-breadcrumb>a:hover {
  color: #cc0100 !important;
}

.common-bread-tool .layui-breadcrumb>a.site-area {
  cursor: default !important;
  color: #666666 !important;
}

.common-bread-tool .layui-breadcrumb>a.site-area:hover {
  color: #666666 !important;
}

.common-bread-tool .layui-breadcrumb>a:last-child {
  color: #cc0100 !important;
}

.slideBox_1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}

.slideBox_1 .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  bottom: 7px;
  z-index: 1;
}

.slideBox_1 .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox_1 .hd ul li {
  float: left;
  margin-right: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.slideBox_1 .hd ul li.on {
  background: white;
  color: transparent;
}

.slideBox_1 .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox_1 .bd li {
  position: relative;
  zoom: 1;
  vertical-align: middle;
  height: 280px;
}

.slideBox_1 .bd img {
  width: 100%;
  height: 100%;
  display: block;
}

.slideBox_1 .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2px;
  height: 36px;
  box-sizing: border-box;
  padding: 7px 140px 0 16px;
  background: rgba(0, 0, 0, 0.5);
}

.slideBox_1 .text p {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  /*将对象作为弹性伸缩盒子模型显示*/
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.listBox-1 {
  width: 100%;
  height: 100%;
}

.listBox-1.layui-tab {
  margin: 0 0;
}

.listBox-1 .list-header {
  height: 43px;
  box-sizing: border-box;
  padding-top: 2px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
}

.listBox-1 .list-header li {
  font-size: 20px;
  color: #333333;
}

.listBox-1 .list-header li.layui-this {
  font-weight: 700;
  font-size: 20px;
  color: #df0000;
}

.listBox-1 .list-header li.layui-this:after {
  border: none;
  border-radius: 0;
  height: 41px;
  border-bottom: 2px solid #df0000;
}

.listBox-1 .list-body {
  height: calc(100% - 43px);
  box-sizing: border-box;
  padding: 0 0;
}

.listBox-1 .list-body .layui-tab-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.listBox-1 .list-body .layui-tab-item ul {
  width: 100%;
  height: 100%;
}

.listBox-1 .list-body .layui-tab-item .list-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 53px;
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 8px;
  border-bottom: 1px dashed rgba(151, 151, 151, 0.22);
}

.listBox-1 .list-body .layui-tab-item .list-item .list-text {
  position: relative;
  max-width: 80%;
  font-size: 18px;
  box-sizing: border-box;
  padding-left: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listBox-1 .list-body .layui-tab-item .list-item .list-text:after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
}

.listBox-1 .list-body .layui-tab-item .list-item .list-time {
  font-size: 16px;
  color: #666666;
}

.listBox-1 .list-body .layui-tab-item .list-item:hover .list-text {
  font-weight: 700;
  font-size: 18px;
  color: #cc0100;
}

.listBox-1 .list-body .layui-tab-item .list-item:hover .list-text:after {
  background: #e03127;
}

.listBox-type {
  width: 100%;
  /* height: 100%; */
}

.listBox-type .box-header {
  position: relative;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listBox-type .box-header:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
}

.listBox-type .box-header .list-header li {
  cursor: default !important;
}

.listBox-type .box-header .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 36px;
  cursor: pointer;
}

.listBox-type .box-header .more-btn img {
  width: 20px;
  height: 4px;
}

.listBox-type.layui-tab {
  margin: 0 0;
}

.listBox-type .list-header {
  height: 100%;
}

.listBox-type .list-header li {
  height: 100%;
  font-size: 20px;
  line-height: 26px;
  color: #333333;
}

.listBox-type .list-header li.layui-this {
  font-weight: 700;
  font-size: 20px;
  color: #df0000;
}

.listBox-type .list-header li.layui-this:after {
  border: none;
  border-radius: 0;
  height: 36px;
  border-bottom: 2px solid #df0000;
}

.listBox-type .list-type-a {
  /* height: calc(100% - 50px); */
  box-sizing: border-box;
  padding: 12px 0 0;
}

.listBox-type .list-type-a .layui-tab-item {
  width: 100%;
  /* height: 100%; */
  overflow: hidden;
}

.listBox-type .list-type-a .layui-tab-item ul {
  width: 100%;
  /* height: 100%; */
}

.listBox-type .list-type-a .layui-tab-item .list-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 14px;
  background: #fafafa;
  border-radius: 2px;
  margin-bottom: 11px;
  cursor: pointer;
}

.listBox-type .list-type-a .layui-tab-item .list-item a .list-text {
  position: relative;
  max-width: 75%;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listBox-type .list-type-a .layui-tab-item .list-item a .list-text img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.listBox-type .list-type-a .layui-tab-item .list-item a .list-time {
  font-size: 16px;
  color: #666666;
}


.listBox-type .list-type-b .layui-tab-items {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.listBox-type .list-type-b .layui-tab-items ul {
  width: 100%;
  height: 100%;
}

.listBox-type .list-type-b .layui-tab-item .list-items a {
  display: block;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 45px;
  box-sizing: border-box;
  padding-left: 12px;
  background: #fafafa;
  border-radius: 2px;
  margin-bottom: 8px;
  cursor: pointer;
}

.listBox-type .list-type-b .layui-tab-item .list-items .list-text {
  position: relative;
  /* max-width: 80%; */
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}

.listBox-type .list-type-b .layui-tab-item .list-items .list-text img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.listBox-type .list-type-b .layui-tab-item .list-items .list-time {
  width: 105px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #cc0000;
  text-align: center;
  background: url("./icon-time-bg.png") no-repeat center;
  background-size: 100% 100%;
}

.listBox-type .list-type-c {
  height: calc(100% - 36px);
  box-sizing: border-box;
  padding: 12px 0 0;
}

.listBox-type .list-type-c .layui-tab-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.listBox-type .list-type-c .layui-tab-item ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.listBox-type .list-type-c .layui-tab-item .list-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 8px;
  cursor: pointer;
}
.listBox-type .list-type-c .layui-tab-item .list-item a{
  overflow: hidden;
}

.listBox-type .list-type-c .layui-tab-item .list-item:hover {
  background: #fafafa;
  border-radius: 2px;
}

.listBox-type .list-type-c .layui-tab-item .list-item .list-text {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listBox-type .list-type-d {
  height: calc(100% - 36px);
  box-sizing: border-box;
  padding: 0 0;
}

.listBox-type .list-type-d .layui-tab-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.listBox-type .list-type-d .layui-tab-item ul {
  width: 100%;
  height: 100%;
}

.listBox-type .list-type-d .layui-tab-item .list-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 8px;
  border-bottom: 1px dashed rgba(151, 151, 151, 0.22);
}

.listBox-type .list-type-d .layui-tab-item .list-item .list-text {
  position: relative;
  max-width: 68%;
  font-size: 18px;
  box-sizing: border-box;
  padding-left: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listBox-type .list-type-d .layui-tab-item .list-item .list-text:after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9d9d9;
}

.listBox-type .list-type-d .layui-tab-item .list-item .list-time {
  font-size: 16px;
  color: #666666;
}

.listBox-type-b .box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}

.listBox-type-b .box-header .header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 119px;
  height: 32px;
  background: #df0000;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
}

.listBox-type-b .box-header .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 32px;
  cursor: pointer;
}

.listBox-type-b .box-header .more-btn img {
  width: 20px;
  height: 4px;
}

.listBox-type-b .list-type-a {
  height: calc(100% - 41px);
  box-sizing: border-box;
  padding: 0 0;
  overflow: hidden;
}

.listBox-type-b .list-type-a ul {
  width: 100%;
  height: 100%;
}

.listBox-type-b .list-type-a ul .list-item {
  min-height: 126px;
  box-sizing: border-box;
  padding: 15px 0;
  border-bottom: 1px solid rgba(223, 0, 0, 0.2);
}

.listBox-type-b .list-type-a ul .list-item .list-theme {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 6px;
  display: -webkit-box;
  /*将对象作为弹性伸缩盒子模型显示*/
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.listBox-type-b .list-type-a ul .list-item .list-essay {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 22px;
  display: -webkit-box;
  /*将对象作为弹性伸缩盒子模型显示*/
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.listBox-type-b .list-type-a ul .list-item:last-child {
  border-bottom: none;
}

.listBox-type-b .list-type-b {
  height: calc(100% - 41px);
  box-sizing: border-box;
  padding: 0 0;
  overflow-y: hidden;
}

.listBox-type-b .list-type-b ul {
  width: 100%;
  height: 100%;
}

.listBox-type-b .list-type-b .list-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  cursor: pointer;
  border-bottom: 1px dashed rgba(151, 151, 151, 0.22);
}
.listBox-type-b .list-type-b .list-item a{
  width: 100%;
}
.listBox-type-b .list-type-b .list-item a .list-essay {
  position: relative;
  /* max-width: 80%; */
  font-size: 18px;
  box-sizing: border-box;
  padding-left: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listBox-type-b .list-type-c {
  height: calc(100% - 41px);
  box-sizing: border-box;
  padding: 0 0;
  overflow: hidden;
}

.listBox-type-b .list-type-c ul {
  width: 100%;
  height: 100%;
}

.listBox-type-b .list-type-c ul .list-item {
  box-sizing: border-box;
  padding: 0 12px 0 4px;
  transition: all 0.3s;
  margin-bottom: 22px;
}

.listBox-type-b .list-type-c ul .list-item .list-theme {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}

.listBox-type-b .list-type-c ul .list-item .list-theme .sort {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 20px;
  height: 20px;
  font-size: 16px;
  color: #ffffff;
  background: #df0000;
  border-radius: 2px;
  margin-right: 8px;
  top: 2px;
}

.listBox-type-b .list-type-c ul .list-item .list-theme p {
  flex: 1;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  display: -webkit-box;
  /*将对象作为弹性伸缩盒子模型显示*/
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.listBox-type-b .list-type-c ul .list-item .list-essay {
  display: none;
}

.listBox-type-b .list-type-c ul .list-item.active {
  padding: 10px 12px 10px 4px;
  background: #fff;
}

.listBox-type-b .list-type-c ul .list-item.active .list-theme p {
  display: -webkit-box;
  /*将对象作为弹性伸缩盒子模型显示*/
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.listBox-type-b .list-type-c ul .list-item.active .list-essay {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 20px;
  text-align: justify;
  box-sizing: border-box;
  padding-left: 18px;
  display: -webkit-box;
  /*将对象作为弹性伸缩盒子模型显示*/
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.listBox-type-c .box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.listBox-type-c .box-header .header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 119px;
  height: 32px;
  background: #df0000;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
}

.listBox-type-c .box-header .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 32px;
  cursor: pointer;
}

.listBox-type-c .box-header .more-btn img {
  width: 20px;
  height: 4px;
}

.listBox-type-c .box-header .more-btn .layui-icon {
  display: inline-block;
  color: #333333;
}

.listBox-type-c .picture-text {
  width: 100%;
}

.listBox-type-c .picture-text .list-item {
  width: 100%;
  height: 68px;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.listBox-type-c .picture-text .list-item .picture-left {
  flex-basis: 100px;
  height: 68px;
  margin-right: 8px;
}

.listBox-type-c .picture-text .list-item .picture-left img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.listBox-type-c .picture-text .list-item .picture-right {
  flex: 1;
}

.listBox-type-c .picture-text .list-item .picture-right .list-theme {
  height: 44px;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.listBox-type-c .picture-text .list-item .picture-right .list-essay {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 20px;
  margin-top: 2px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.listBox-type-c .message-text {
  position: relative;
  margin-top: 6px;
}

.listBox-type-c .message-text .list-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  cursor: pointer;
  border-bottom: 1px dashed rgba(151, 151, 151, 0.22);
}

.listBox-type-c .message-text .list-item .list-essay {
  position: relative;
  max-width: 100%;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.common-pages {
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-pages .layui-laypage a,
.common-pages .layui-laypage span {
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  color: #333333;
}

.common-pages .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #f33000;
}

.common-pages .layui-laypage a:hover {
  color: #f33000;
}

.common-pages .page-other {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #333333;
  line-height: 38px;
  margin-left: 10px;
}



.common-footer.white .layout-footer {
  background: #fff !important;
}



.week {
  margin-left: 5px;
}


.layout-area {
  width: 100%;
  height: 76px;
  background: #df0000;
}

.layout-area .area-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.layout-area .area-wrapper .area-item {
  width: 256px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
}

/*
 * @Author: tx
 * @Date: 2023-05-19 10:58:36
 * @LastEditors: tx
 * @LastEditTime: 2023-05-30 09:57:23
 * @FilePath: \sbb\module\scss\moudles\_home.scss
 * @Description: 首页样式
 * 
 */
.home-container .home-body {
  position: relative;
  min-height: 1006px;

}

.home-container .home-body::before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 100%;
  height: 1006px;
  background: url("../../public/img/body-bg.png") no-repeat left top;
  background-size: 100% 100%;
}

.home-container .home-body>div {
  box-sizing: border-box;
  padding-top: 20px;
}

.home-container .module-box {
  margin-bottom: 20px;
}

.home-container .module-1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 408px;
  box-sizing: border-box;
  padding: 20px 15px;
  background: #fff;
}

.home-container .module-1 .panle-lb {
  width: 480px;
  height: 100%;
}

.home-container .module-1 .panel-listBox {
  width: 540px;
  height: 100%;
}

.home-container .module-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.home-container .module-2 .panel-box {
  height: 398px;
  background: #ffffff;
}

.home-container .module-2 .panel-box-1,
.home-container .module-2 .panel-box-2 {
  width: 470px;
  box-sizing: border-box;
  padding: 10px 16px 12px;
}
.home-container .module-2 .panel-box-2{
  height: 367px;
  overflow: hidden;
}
.home-container .module-2 .panel-box-1 .box-header,
.home-container .module-2 .panel-box-2 .box-header {
  position: relative;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-container .module-2 .panel-box-1 .box-header:after,
.home-container .module-2 .panel-box-2 .box-header:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
}

.home-container .module-2 .panel-box-1 .box-header .more-btn,
.home-container .module-2 .panel-box-2 .box-header .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 36px;
  cursor: pointer;
}

.home-container .module-2 .panel-box-1 .box-header .more-btn img,
.home-container .module-2 .panel-box-2 .box-header .more-btn img {
  width: 20px;
  height: 4px;
}

 .panel-box-3 {
  width: 200px;
  box-sizing: border-box;
  /* padding: 16px 20px 15px; */
  /* margin-top: 100px; */
  padding: 40px 0 15px 0;
}

 .panel-box-3 ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

 .panel-box-3 ul li a {
  display: flex;
  align-items: center;
  height: 70px;
  padding-left: 40px;
  background: #fafafa;
  border-radius: 2px;
  cursor: pointer;
  /* margin-bottom: 25px; */
}

 .panel-box-3 ul li+li a {
  margin-top: 19px;
}

 .panel-box-3 ul li a img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

 .panel-box-3 ul li a .name {
  font-weight: 700;
  font-size: 18px;
  color: #333333;
}

.home-container .module-3 {
  height: 120px;
  box-sizing: border-box;
  padding: 16px;
  background: #ffffff;
}

.home-container .module-3 .hot-header {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}

.home-container .module-3 .hot-header::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 43%;
  border-bottom: 1px dashed #df0000;
}

.home-container .module-3 .hot-header::after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 43%;
  border-bottom: 1px dashed #df0000;
}

.home-container .module-3 .hot-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 111px;
  height: 32px;
  background: #df0000;
  margin: 0 auto;
}

.home-container .module-3 .hot-title p {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
}

.home-container .module-3 .hot-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 44px;
  background: #fafafa;
  border-radius: 2px;
}

.home-container .module-3 .hot-wrap a .hot-item {
  font-size: 16px;
  color: #595959;
  cursor: pointer;
}

.home-container .center-logo {
  display: block;
  width: 100%;
  height: 108px;
}

.home-container .center-logo img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.home-container .module-5 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 573px;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.home-container .module-5 .publicMessage-left {
  width: 900px;
  height: 100%;
}

.home-container .module-5 .publicMessage-left .message-theme {
  position: relative;
  box-sizing: border-box;
  padding-top: 3px;
  padding-bottom: 4px;
  margin-bottom: 32px;
}

.home-container .module-5 .publicMessage-left .message-theme img {
  width: 171px;
  height: 69px;
}

.home-container .module-5 .publicMessage-left .message-theme:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 900px;
  height: 2px;
  background: url("./icon-line.png") no-repeat center;
  background-size: 100% 100%;
}

.home-container .module-5 .publicMessage-left .message-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: calc(100% - 108px);
}

.home-container .module-5 .publicMessage-left .message-wrapper .box-header {
  position: relative;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-container .module-5 .publicMessage-left .message-wrapper .box-header:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
}

.home-container .module-5 .publicMessage-left .message-wrapper .box-header .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 36px;
  cursor: pointer;
}

.home-container .module-5 .publicMessage-left .message-wrapper .box-header .more-btn img {
  width: 20px;
  height: 4px;
}

.home-container .module-5 .publicMessage-left .message-wrapper .message-panel-1 .message-cell {
  width: 440px;
  height: 206px;
  margin-bottom: 27px;
}

.home-container .module-5 .publicMessage-left .message-wrapper .message-panel-2 .message-cell {
  width: 436px;
  height: 440px;
}

.home-container .module-5 .publicMessage-left .message-wrapper .message-panel-2 .list-city {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 80px;
  background: #fafafa;
  margin-top: 12px;
  overflow: hidden;
}

.home-container .module-5 .publicMessage-left .message-wrapper .message-panel-2 .list-city .city-item {
  width: 72px;
  line-height: 21px;
  font-size: 18px;
  color: #333333;
  text-align: center;
}

.home-container .module-5 .publicMessage-left .message-wrapper .message-panel-2 .list-type-d {
  height: calc(100% - 128px);
}

.home-container .module-5 .publicMessage-right {
  width: 278px;
  height: 100%;
  background: #fafafa;
  border-radius: 2px;
}

.home-container .module-5 .publicMessage-right .listBox-type-b {
  height: 100%;
  box-sizing: border-box;
  padding: 12px 16px 0 12px;
}

.home-container .module-5 .publicMessage-right .listBox-type-b .list-type-c {
  height: calc(100% - 67px);
}

.home-container .module-6 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 868px;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.home-container .module-6 .publicMessage-left {
  width: 900px;
  height: 100%;
}

.home-container .module-6 .publicMessage-left .message-theme {
  position: relative;
  box-sizing: border-box;
  padding-top: 3px;
  padding-bottom: 4px;
  margin-bottom: 32px;
}

.home-container .module-6 .publicMessage-left .message-theme img {
  width: 171px;
  height: 69px;
}

.home-container .module-6 .publicMessage-left .message-theme:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 900px;
  height: 2px;
  background: url("./icon-line.png") no-repeat center;
  background-size: 100% 100%;
}

.home-container .module-6 .publicMessage-left .message-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: calc(100% - 108px);
}

.home-container .module-6 .publicMessage-left .message-wrapper .box-header {
  position: relative;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-container .module-6 .publicMessage-left .message-wrapper .box-header:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
}

.home-container .module-6 .publicMessage-left .message-wrapper .box-header .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 36px;
  cursor: pointer;
}

.home-container .module-6 .publicMessage-left .message-wrapper .box-header .more-btn img {
  width: 20px;
  height: 4px;
}

.home-container .module-6 .publicMessage-left .message-wrapper .message-panel .message-cell {
  width: 440px;
  height: 348px;
  margin-bottom: 40px;
}

.home-container .module-6 .publicMessage-right {
  width: 278px;
  height: 100%;
  background: #fafafa;
  border-radius: 2px;
}

.home-container .module-6 .publicMessage-right .listBox-type-b {
  height: 100%;
  box-sizing: border-box;
  padding: 12px 16px 0 12px;
}

.home-container .module-8 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 469px;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.home-container .module-8 .publicMessage-left {
  width: 900px;
  height: 100%;
}

.home-container .module-8 .publicMessage-left .message-theme {
  position: relative;
  box-sizing: border-box;
  padding-top: 3px;
  padding-bottom: 4px;
  margin-bottom: 32px;
}

.home-container .module-8 .publicMessage-left .message-theme img {
  width: 171px;
  height: 69px;
}

.home-container .module-8 .publicMessage-left .message-theme:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 900px;
  height: 2px;
  background: url("./icon-line.png") no-repeat center;
  background-size: 100% 100%;
}

.home-container .module-8 .publicMessage-left .message-wrapper {
  height: calc(100% - 108px);
}

.home-container .module-8 .publicMessage-left .message-wrapper .box-header {
  position: relative;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-container .module-8 .publicMessage-left .message-wrapper .box-header:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
}

.home-container .module-8 .publicMessage-left .message-wrapper .box-header .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 36px;
  cursor: pointer;
}

.home-container .module-8 .publicMessage-left .message-wrapper .box-header .more-btn img {
  width: 20px;
  height: 4px;
}

.home-container .module-8 .publicMessage-left .message-wrapper .message-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-container .module-8 .publicMessage-left .message-wrapper .message-panel .message-cell {
  width: 286px;
  height: 343px;
}

.home-container .module-8 .publicMessage-left .message-wrapper .message-panel .message-cell .list-type-d .list-item {
  height: 50px;
}

/* .home-container .module-8 .publicMessage-left .message-wrapper .message-panel .message-cell .list-type-d .list-item .list-text {
  max-width: 100%;
} */

.home-container .module-8 .publicMessage-right {
  width: 278px;
  height: 100%;
  background: #fafafa;
  border-radius: 2px;
}

.home-container .module-8 .publicMessage-right .listBox-type-b {
  height: 100%;
  box-sizing: border-box;
  padding: 12px 16px 0px 12px;
}

.home-container .module-9 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 469px;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.home-container .module-9 .publicMessage-left {
  width: 900px;
  height: 100%;
}

.home-container .module-9 .publicMessage-left .message-theme {
  position: relative;
  box-sizing: border-box;
  padding-top: 3px;
  padding-bottom: 4px;
  margin-bottom: 32px;
}

.home-container .module-9 .publicMessage-left .message-theme img {
  width: 171px;
  height: 69px;
}

.home-container .module-9 .publicMessage-left .message-theme:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 900px;
  height: 2px;
  background: url("./icon-line.png") no-repeat center;
  background-size: 100% 100%;
}

.home-container .module-9 .publicMessage-left .message-wrapper {
  height: calc(100% - 108px);
}

.home-container .module-9 .publicMessage-left .message-wrapper .box-header {
  position: relative;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-container .module-9 .publicMessage-left .message-wrapper .box-header:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
}

.home-container .module-9 .publicMessage-left .message-wrapper .box-header .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 36px;
  cursor: pointer;
}

.home-container .module-9 .publicMessage-left .message-wrapper .box-header .more-btn img {
  width: 20px;
  height: 4px;
}

.home-container .module-9 .publicMessage-left .message-wrapper .message-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-container .module-9 .publicMessage-left .message-wrapper .message-panel .message-cell {
  width: 286px;
  height: 343px;
}

.home-container .module-9 .publicMessage-left .message-wrapper .message-panel .message-cell .list-type-d .list-item {
  height: 50px;
}

/* .home-container .module-9 .publicMessage-left .message-wrapper .message-panel .message-cell .list-type-d .list-item .list-text {
  max-width: 100%;
} */

.home-container .module-9 .publicMessage-right {
  width: 278px;
  height: 100%;
  background: #fafafa;
  border-radius: 2px;
}

.home-container .module-9 .publicMessage-right .listBox-type-b {
  height: 100%;
  box-sizing: border-box;
  padding: 12px 16px 0px 12px;
}

.home-container .module-10 {
  height: 1064px;
  box-sizing: border-box;
}

.home-container .module-10 .message-theme {
  position: relative;
  box-sizing: border-box;
  padding-top: 3px;
  padding-bottom: 4px;
  margin-bottom: 32px;
}

.home-container .module-10 .message-theme img {
  width: 171px;
  height: 69px;
}

.home-container .module-10 .message-theme:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: url("./icon-line.png") no-repeat center;
  background-size: 100% 100%;
}

.home-container .module-10 .publicMessage-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}

.home-container .module-10 .publicMessage-left {
  width: 900px;
  height: calc(100% - 108px);
}

.home-container .module-10 .publicMessage-left .message-wrapper {
  height: 100%;
}

.home-container .module-10 .publicMessage-left .message-wrapper .box-header {
  position: relative;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-container .module-10 .publicMessage-left .message-wrapper .box-header:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
}

.home-container .module-10 .publicMessage-left .message-wrapper .box-header .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 36px;
  cursor: pointer;
}

.home-container .module-10 .publicMessage-left .message-wrapper .box-header .more-btn img {
  width: 20px;
  height: 4px;
}

.home-container .module-10 .publicMessage-left .message-wrapper .message-panel {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-container .module-10 .publicMessage-left .message-wrapper .message-panel .message-cell {
  width: 436px;
  height: 350px;
  margin-bottom: 20px;
}

.home-container .module-10 .publicMessage-left .message-wrapper .message-panel .message-cell .list-type-d .list-item {
  height: 52px;
}

/* .home-container .module-10 .publicMessage-left .message-wrapper .message-panel .message-cell .list-type-d .list-item .list-text {
  max-width: 100%;
} */

.home-container .module-10 .publicMessage-right {
  width: 278px;
  height: calc(100% - 108px);
}

.home-container .module-10 .publicMessage-right .listBook {
  height: 100%;
}

.home-container .module-10 .publicMessage-right .listBook .book-item {
  height: 377px;
  box-sizing: border-box;
  padding: 50px 0 0px;
  background: #fafafa;
  border-radius: 2px;
  margin-bottom: 20px;
}

.home-container .module-10 .publicMessage-right .listBook .book-item .plot {
  display: block;
  width: 180px;
  height: 246.5px;
  margin: 0 auto 20px;
}

.home-container .module-10 .publicMessage-right .listBook .book-item .btn-panel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-container .module-10 .publicMessage-right .listBook .book-item .btn-panel>a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}

.home-container .module-10 .publicMessage-right .listBook .book-item .btn-panel .btn-line {
  width: 104px;
  height: 33px;
  background: #cf0010;
  border-radius: 4px;
}

.home-container .module-10 .publicMessage-right .listBook .book-item .btn-panel .btn-history {
  width: 104px;
  height: 33px;
  background: #52c41a;
  border-radius: 4px;
}

.home-container .module-10 .publicMessage-right .listBook .site-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 135px;
  background: #fafafa;
  box-sizing: border-box;
  padding: 15px 10px;
  justify-content: space-around;
}

.home-container .module-10 .publicMessage-right .listBook .site-item>a>img {
  width: 120.91px;
  height: 43.97px;
  cursor: pointer;
}

.home-container .module-11 {
  margin-top: 145px;
  height: 276px;
  box-sizing: border-box;
}

.home-container .module-11 .box-header {
  position: relative;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.home-container .module-11 .box-header:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
}

.home-container .module-11 .box-header .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 36px;
  cursor: pointer;
}

.home-container .module-11 .box-header .more-btn img {
  width: 20px;
  height: 4px;
}

.home-container .module-11 .layui-tab-item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 200px;
  background: #fafafa;
}

.home-container .module-11 .layui-tab-item .goodBook-item {
  width: 152px;
  height: 152px;
  cursor: pointer;
}

.home-container .module-11 .layui-tab-item .goodBook-item img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.leader-container .layout-body {
  position: relative;
  min-height: 757px;
}

.leader-container .layout-body::before {
  position: absolute;
  z-index: -1;
  content: '';
  top: -189px;
  width: 100%;
  height: 946px;
  background: url("./leader-bg.png") no-repeat left top;
  background-size: 100% 100%;
}

.leader-container .bread-wrapper {
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
  background: #fafafa;
}

.leader-container .leader-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 669px;
}

.leader-container .leader-wrapper .leader-list {
  width: 260px;
  height: 100%;
  background: #ffffff;
  border-radius: 2px;
  filter: blur(0);
}

.leader-container .leader-wrapper .leader-list .ld-header {
  width: 100%;
  height: 68px;
  line-height: 68px;
  background: url("./leader-header-bg.png") no-repeat center;
}

.leader-container .leader-wrapper .leader-list .ld-header p {
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}

.leader-container .leader-wrapper .leader-list .ld-content {
  position: relative;
  height: 601px;
  box-sizing: border-box;
  padding: 10px 20px;
}

.leader-container .leader-wrapper .leader-list .ld-content .designation-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 65px;
  box-sizing: border-box;
  padding-left: 33px;
  border-bottom: 1px dashed #dbdee3;
  cursor: pointer;
}

.leader-container .leader-wrapper .leader-list .ld-content .designation-item:hover label,
.leader-container .leader-wrapper .leader-list .ld-content .designation-item:hover p {
  color: #cc0100;
}

.leader-container .leader-wrapper .leader-list .ld-content .designation-item.active label,
.leader-container .leader-wrapper .leader-list .ld-content .designation-item.active p {
  color: #cc0100;
}

.leader-container .leader-wrapper .leader-list .ld-content .designation-item label,
.leader-container .leader-wrapper .leader-list .ld-content .designation-item p {
  font-weight: 700;
  font-size: 20px;
  height: 26px;
  color: #262626;
  overflow: hidden;
  cursor: pointer;
}

.leader-container .leader-wrapper .leader-list .ld-content .designation-item label {
  min-width: 70px;
  margin-right: 14px;
}

.leader-container .leader-wrapper .leader-list .ld-content .designation-item p {
  min-width: 70px;
}

.leader-container .leader-wrapper .leader-message {
  width: 920px;
  height: 669px;
  background: #ffffff;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 48px 60px 0;
}

.leader-container .leader-wrapper .leader-message .message-header .header-title {
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  color: #262626;
  text-align: center;
  margin-bottom: 16px;
}

.leader-container .leader-wrapper .leader-message .message-header .header-title>span {
  margin: 0 11px;
}

.leader-container .leader-wrapper .leader-message .message-header .header-site {
  display: flex;
  align-items: center;
  justify-content: center;
}

.leader-container .leader-wrapper .leader-message .message-header .header-site .site-item {
  display: flex;
  align-items: center;
  margin: 0 96px;
  font-size: 16px;
  line-height: 21px;
  color: #595959;
}

.leader-container .leader-wrapper .leader-message .message-content {
  box-sizing: border-box;
  padding-top: 30px;
}

.leader-container .leader-wrapper .leader-message .message-content .person-img {
  display: block;
  width: 177.12px;
  height: 248px;
  margin: 0 auto 16px;
}

.leader-container .leader-wrapper .leader-message .message-content .person-name {
  font-size: 16px;
  color: #595959;
  line-height: 21px;
  text-align: center;
  margin-bottom: 20px;
}

.leader-container .leader-wrapper .leader-message .message-content .perosn-jop {
  height: 26px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #262626;
  text-align: center;
  margin-bottom: 20px;
}

.leader-container .leader-wrapper .leader-message .message-content .message-info {
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  color: #262626;
}

.leader-container .leader-wrapper .leader-message .message-content .message-info p {
  text-indent: 2em;
}

.leader-container .leader-wrapper .leader-message .message-content .message-info p+p {
  margin-top: 20px;
}

.history-container .layout-body {
  position: relative;
  min-height: 1612px;
  background-color: #fafafa;
}

.history-container .layout-body::before {
  position: absolute;
  z-index: 0;
  content: '';
  bottom: 0;
  width: 100%;
  height: 946px;
  opacity: 0.69;
  background: url("./history-bg.png") no-repeat left top;
  background-size: 100% 100%;
}

.history-container .bread-wrapper {
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
  background: #fafafa;
}

.history-container .history-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.history-container .history-wrapper .history-left {
  width: 874px;
}

.history-container .history-wrapper .history-left .history-panel {
  width: 100%;
  height: 366px;
  box-sizing: border-box;
  padding: 20px 14px 0;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.history-container .history-wrapper .history-left .history-panel .listBox-type .box-header {
  position: relative;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-top: 10px;
}

.history-container .history-wrapper .history-left .history-panel .listBox-type .box-header:after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.22);
}

.history-container .history-wrapper .history-left .history-panel .listBox-type .box-header .list-header li {
  cursor: default !important;
}

.history-container .history-wrapper .history-left .history-panel .listBox-type .box-header .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 36px;
  cursor: pointer;
}

.history-container .history-wrapper .history-left .history-panel .listBox-type .box-header .more-btn img {
  width: 20px;
  height: 4px;
}

.history-container .history-wrapper .history-left .history-panel .listBox-type .list-body {
  width: 100%;
  height: 310px;
}

.history-container .history-wrapper .history-left .history-panel .listBox-type .list-body ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  padding-top: 30px;
  overflow: hidden;
}

.history-container .history-wrapper .history-left .history-panel .listBox-type .list-body ul .journal-item {
  width: 152px;
}

.history-container .history-wrapper .history-left .history-panel .listBox-type .list-body ul .journal-item .journal-plot {
  width: 100%;
  height: 200px;
  margin-bottom: 16px;
  border: 1px solid #d9d9d9;
}

.history-container .history-wrapper .history-left .history-panel .listBox-type .list-body ul .journal-item .journal-plot>img {
  width: 100%;
  height: 100%;
  background-size: 100%;
}

.history-container .history-wrapper .history-left .history-panel .listBox-type .list-body ul .journal-item .journal-name {
  height: 44px;
  font-size: 16px;
  color: #262626;
  line-height: 22px;
  display: -webkit-box;
  /*将对象作为弹性伸缩盒子模型显示*/
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.history-container .history-wrapper .history-right {
  width: 304px;
  min-height: 1097px;
  box-sizing: border-box;
  padding: 27px;
  background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 14%);
  border-radius: 4px;
}

.history-container .history-wrapper .history-right .organization-header {
  margin-bottom: 27px;
}

.history-container .history-wrapper .history-right .organization-header>p {
  text-align: center;
}

.history-container .history-wrapper .history-right .organization-header .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #262626;
  margin-bottom: 8px;
}

.history-container .history-wrapper .history-right .organization-header .affiliation {
  font-size: 18px;
  line-height: 24px;
  color: #262626;
}

.history-container .history-wrapper .history-right .organization-names .name-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.history-container .history-wrapper .history-right .organization-names .name-item>label {
  width: 80px;
  line-height: 21px;
  font-weight: 700;
  font-size: 16px;
  color: #262626;
  text-align: right;
}

.history-container .history-wrapper .history-right .organization-names .name-item .right-essay .other-text {
  width: 100%;
  height: 21px;
  line-height: 21px;
  font-size: 16px;
  color: #262626;
  margin-bottom: 12px;
}

.history-container .history-wrapper .history-right .organization-names .name-item .right-essay .name-record {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 135px;
}

.history-container .history-wrapper .history-right .organization-names .name-item .right-essay .name-record>p {
  width: 50px;
  height: 21px;
  line-height: 21px;
  font-size: 16px;
  color: #262626;
  margin-bottom: 12px;
  overflow: hidden;
}

.history-container .history-wrapper .history-right .organization-footer {
  margin-top: 43px;
}

.history-container .history-wrapper .history-right .organization-footer p {
  width: 100%;
  height: 21px;
  line-height: 21px;
  font-size: 16px;
  color: #262626;
  text-align: center;
}

.history-container .layout-footer {
  background: #fff !important;
}

.programa-container .layout-body {
  position: relative;
  min-height: 966px;
  background-color: #fafafa;
}

.programa-container .layout-body::before {
  position: absolute;
  z-index: 0;
  content: '';
  bottom: 0;
  width: 100%;
  height: 946px;
  opacity: 0.69;
  background: url("./body-bg-1.png") no-repeat left top;
  background-size: 100% 100%;
}

.programa-container .bread-wrapper {
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
  background: #fafafa;
}

.programa-container .programa-wrapper {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 870px;
}

.programa-container .programa-wrapper .programa-left {
  width: 874px;
  height: 100%;
  box-sizing: border-box;
  padding: 0 12px;
  background: #ffffff;
  border-radius: 2px;
}

.programa-container .programa-wrapper .programa-left .programa-panel {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 20px;
}

.programa-container .programa-wrapper .programa-left .programa-panel .list-body {
  height: calc(100% - 105px);
}

.programa-container .programa-wrapper .programa-left .programa-panel .list-body .list-item:hover .list-text {
  font-weight: 700;
  font-size: 18px;
  color: #cc0100;
}

.programa-container .programa-wrapper .programa-left .programa-panel .list-body .list-item:hover .list-text:after {
  background: #e03127;
}

.programa-container .programa-wrapper .programa-right {
  width: 306px;
  height: 100%;
  box-sizing: border-box;
  padding: 20px 12px 0;
  background: #ffffff;
  border-radius: 2px;
}

.multi-container .layout-body {
  position: relative;
  min-height: 2010px;
  background-color: #fafafa;
}

.multi-container .layout-body::before {
  position: absolute;
  z-index: 0;
  content: '';
  bottom: 0;
  width: 100%;
  height: 946px;
  opacity: 0.69;
  background: url("./leader-bg.png") no-repeat left top;
  background-size: 100% 100%;
}

.multi-container .bread-wrapper {
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
  background: #fafafa;
}

.multi-container .multi-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 10px;
  z-index: 9;
}

.multi-container .multi-wrapper .multi-left {
  width: 874px;
  height: 100%;
}

.multi-container .multi-wrapper .multi-left .left-panel {
  width: 100%;
  height: 341px;
  box-sizing: border-box;
  padding: 20px 12px 0;
  background: #ffffff;
  border-radius: 2px;
  margin-bottom: 20px;
}

.multi-container .multi-wrapper .multi-left .left-panel .list-body {
  height: calc(100% - 56px);
}

.multi-container .multi-wrapper .multi-right {
  width: 306px;
  height: 846px;
  box-sizing: border-box;
  padding: 20px 12px 0;
  background: #ffffff;
  border-radius: 2px;
}

.news-container .layout-body {
  position: relative;
  min-height: 1603px;
  background-color: #fafafa;
}

.news-container .layout-body::before {
  position: absolute;
  z-index: 0;
  content: '';
  bottom: 0;
  width: 100%;
  height: 946px;
  opacity: 0.69;
  background: url("./body-bg-1.png") no-repeat left top;
  background-size: 100% 100%;
}

.news-container .bread-wrapper {
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
  background: #fafafa;
}

.news-container .news-wrapper {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 1515px;
  margin-top: 10px;
}

.news-container .news-wrapper .news-left {
  width: 874px;
  height: 100%;
  box-sizing: border-box;
  padding: 40px 40px 0;
  background: #ffffff;
  border-radius: 2px;
}

.news-container .news-wrapper .news-left .infomation-header .theme {
  width: 800px;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  color: #333333;
  margin: 0 auto 20px;
}

.news-container .news-wrapper .news-left .infomation-header .header-other {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-container .news-wrapper .news-left .infomation-header .header-other .other-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #595959;
  line-height: 21px;
  margin: 0 40px;
}

.news-container .news-wrapper .news-left .infomation-content {
  height: 1116px;
  font-size: 18px;
  color: #262626;
  line-height: 36px;
  margin-top: 26px;
  margin-bottom: 30px;
}

.news-container .news-wrapper .news-left .infomation-content p {
  text-indent: 2em;
  margin-bottom: 40px;
}

.news-container .news-wrapper .news-left .infomation-comment .title {
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  margin-bottom: 18px;
}

.news-container .news-wrapper .news-left .infomation-comment .say-box {
  width: 100%;
  height: 146px;
  box-sizing: border-box;
  padding: 12px 16px;
  background: #fafafa;
  border-radius: 8px;
}

.news-container .news-wrapper .news-left .infomation-comment .say-box .say-textarea {
  width: 100%;
  height: 90px;
  background: transparent;
  border: none;
}

.news-container .news-wrapper .news-left .infomation-comment .say-box .btn-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.news-container .news-wrapper .news-left .infomation-comment .say-box .btn-box .layout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 32px;
  font-size: 18px;
  color: #ffffff;
  background: #df0000;
  border-radius: 4px;
  cursor: pointer;
}

.news-container .news-wrapper .news-right {
  width: 306px;
  height: 100%;
}

.news-container .news-wrapper .news-right .right-panel {
  background: #ffffff;
  border-radius: 2px;
}

.news-container .news-wrapper .news-right .right-panel-1 {
  height: 860px;
  box-sizing: border-box;
  padding: 20px 12px 0;
}

.news-container .news-wrapper .news-right .right-panel-2 {
  height: 635px;
  box-sizing: border-box;
  padding: 20px 12px 0;
  margin-top: 20px;
}

.floadAd {
  position: absolute;
  z-index: 999900;
  display: none;
}

.floadAd .item {
  display: block;
}

.floadAd .item img {
  vertical-align: bottom;
}

.close {
  float: right;
}

.Closed {
  text-align: right;
  cursor: pointer;
  color: red;
  font-weight: bolder;
}

.RgihtFloat {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 70%;
}

#notice {
  overflow: hidden;
  height: 450px;
}

.list-text a :hover {
  color: red;
}

.home-container .module-2 .panel-box-3 ul li a:hover .name {
  color: #cc0000;

}

.list-item a:hover .list-text,
.list-item a:hover .list-theme,
.list-item a:hover .list-essay
 {
  color: #cc0000 !important;
}

.hot-wrap a:hover .hot-item {
  color: #cc0000 !important;
  font-weight: bolder;

}

.list-item a:hover .list-theme p {
  color: #cc0000 !important;

}

#floadAD {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.list-city .city-item:hover {
  color: #cc0000 !important;

}
.newa{
  color: #cc0000 !important;
}
.module_one {
  width: 450px;
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;

}

/* .layui-tab-content{
  padding: 0 !important;
} */
.panle-lb {
  width: 430px;
  height: 280px;

}

.top_module {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.module_three {
  width: 220px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;

}

.module_two {
  background-color: #fff;
  margin-bottom: 20px;
}

.panel-box-1 {
  margin-top: 10px;
}

.panel-box-1 .list-type-a .layui-tab-item .list-item a {
  height: 45px;
}

.AAS .layui-tab-item .list-items a {
  height: 70px !important;
}

.AAS {
  height: 240px;
  overflow: hidden;
}
.AAS .layui-show{
  height: 240px;
}
.cass {
  background: url(./body-bg.png) no-repeat center;

}
.default_pgToolbar{
  display: none;
}